home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / WWW / swish.11 / src / index.h < prev    next >
C/C++ Source or Header  |  1995-03-11  |  628b  |  31 lines

  1. /*
  2. ** Copyright (C) 1995, Enterprise Integration Technologies Corp.        
  3. ** All Rights Reserved.
  4. ** Kevin Hughes, kevinh@eit.com 
  5. ** 3/11/94
  6. */
  7.  
  8. void indexadir();
  9. void indexafile();
  10. void printfiles();
  11. void printdirs();
  12. struct sortentry *addsortentry();
  13. struct entry *addentry();
  14. struct file *addtofilelist();
  15. int getfilecount();
  16. char *getthedate();
  17. int countwords();
  18. int countwordstr();
  19. int getstructure();
  20. int parsecomment();
  21. int removestops();
  22. int getrank();
  23. void printheader();
  24. void printindex();
  25. void printfilelist();
  26. void printstopwords();
  27. void printfileoffsets();
  28. void compress();
  29. void decompress();
  30. char *ruleparse();
  31.